home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
angry
/
scene1_2.dir
/
00025_nipples GOTO.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-01
|
333 b
|
21 lines
on enterFrame
if rollOver(5) then
nothing()
end if
if rollOver(6) then
nothing()
end if
if soundBusy(1) then
go(the frame)
else
if not rollOver(5) and not rollOver(6) then
go("guyOff")
set the member of sprite 7 to member("guy_walk1")
end if
end if
end
on exitFrame
go(the frame)
end